* (bug 8264) Fix JavaScript global vars for XHTML mode
authorBrion Vibber <brion@users.mediawiki.org>
Thu, 14 Dec 2006 23:24:06 +0000 (23:24 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Thu, 14 Dec 2006 23:24:06 +0000 (23:24 +0000)
commit6944909a8c7e052d5070516adaf6f33eaa44568d
tree90129267ddd6a25a62740fda5a24d6ada498490c
parent0363a0cbbd1d72aab1d97361ba7c81aea789c42a
* (bug 8264) Fix JavaScript global vars for XHTML mode
Don't use <!-- --> to wrap JavaScript code!
This ACTUALLY MAKES THE CODE DISAPPEAR when using an XML parser.
Instead, wrapped in /*<![CDATA[*/ /*]]>*/ to ensure XML compatibility for contents.

We've long since given up on super-ancient browsers that don't
know about <script>; they're so old you can't even use name-based
virtual hosts so why bother? ;)
RELEASE-NOTES
includes/Skin.php